home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Interactive CD-ROM & Web Magazine 6
/
Interactive CD-ROM & Web Magazine 6.iso
/
pc
/
imm
/
ss
/
cdspec
/
ss.dir
/
00124_vedianca.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-04-03
|
241 b
|
10 lines
on mouseDown
global hd, rosso, bianco
if the mouseLine >= 1 then
set linea to the mouseLine
set the foreColor of field 124 to bianco
set the foreColor of line linea of field 124 to rosso
checkMimeType(linea)
end if
end